extension/export library
Classes
Extensions
- BaseFontWeight on FontWeight
- ColorExtensions on String
- ColumnSpacingExtensions on Column
- DateTimeExtension on DateTime
- DoubleExtensions on double
- DurationExtensions on Duration
- DynamicExtension on dynamic
- FixAutoLinesExtensions on String
- FunctionExtensions on Function
- 事件目标操作 void increase() { count += 1; }
- IdentityCardExtensions on String
- IntExtensions on int
-
ListWidgetExtensions
on List<
Widget> -
MapExtensions
on Map<
K, V> - NumExtensions on num
- RowSpacingExtensions on Row
- StringExtensions on String
- StringTextHeightExtension on String
- TimeExtensions on num
- WidgetExtensions on Widget
Constants
- fontWeightBlack → const FontWeight
-
FontWeight.w900
- fontWeightBold → const FontWeight
-
FontWeight.w700
- fontWeightExtraBold → const FontWeight
-
FontWeight.w800
- fontWeightExtraLight → const FontWeight
-
FontWeight.w200
- fontWeightLight → const FontWeight
-
FontWeight.w300
- fontWeightMedium → const FontWeight
-
FontWeight.w500
- fontWeightRegular → const FontWeight
-
FontWeight.w400
- fontWeightSemiBold → const FontWeight
-
FontWeight.w600
- fontWeightThin → const FontWeight
-
FontWeight.w100
Typedefs
-
GestureOnTapChangeCallback
= void Function<
T>(T val)