menu
te_widgets package
documentation
widgets/select/select_mixin.dart
TSelectStateMixin<T, V, W extends StatefulWidget>
shouldCenterOnSmallScreen property
shouldCenterOnSmallScreen property
dark_mode
light_mode
shouldCenterOnSmallScreen
property
bool
get
shouldCenterOnSmallScreen
inherited
Implementation
bool get shouldCenterOnSmallScreen => MediaQuery.of(context).size.width <= 600;
te_widgets package
documentation
widgets/select/select_mixin
TSelectStateMixin<T, V, W extends StatefulWidget>
shouldCenterOnSmallScreen property
TSelectStateMixin mixin