flutx library

Mixins

FxLifeCycleBase
The FxLifeCycle
FxNavigationMixin
FxServiceMixin
Allow track difference between FxServices and FxControllers
ListenableMixin
ListNotifierMixin

Extensions

ColorExtension on Color

Properties

colorScheme ColorScheme
no setter
flexColumns int
no setter
flexSpacing double
no setter
theme ThemeData
no setter

Typedefs

Disposer = void Function()
FxControllerBuilder<T> = Widget Function(T controller)
FxFieldValidator<T> = String? Function(T? value)
FxStateUpdate = void Function()
GoogleFontFunction = TextStyle Function({Paint? background, Color? backgroundColor, Color? color, TextDecoration? decoration, Color? decorationColor, TextDecorationStyle? decorationStyle, double? decorationThickness, List<FontFeature>? fontFeatures, double? fontSize, FontStyle? fontStyle, FontWeight? fontWeight, Paint? foreground, double? height, double? letterSpacing, Locale? locale, List<Shadow>? shadows, TextBaseline? textBaseline, TextStyle? textStyle, double? wordSpacing})
OnCreditCardCVVChanged = void Function(String creditCardCVV)
OnCreditCardDateChanged = void Function(String creditCardDate)
OnCreditCardNameChanged = void Function(String creditCardName)
OnCreditCardNumberChanged = void Function(String creditCardNumber)
OnWidgetSizeChange = void Function(Size? size)
ValueUpdater<T> = T Function()