statesControllers property

  1. @visibleForTesting
Map<ButtonSegment<T>, MaterialStatesController> statesControllers
final

Controllers for the ButtonSegments.

Implementation

@visibleForTesting
final Map<ButtonSegment<T>, MaterialStatesController> statesControllers =
    <ButtonSegment<T>, MaterialStatesController>{};