utils/utils library
Classes
- Date
- A calendar date in the proleptic Gregorian calendar.
- DateRange
- Debouncer
- DimensionSide
- DimensionSize
- DimensionUtils
- MapUtils
- SidesFlag
- StringUtils
- ValueThreshold
Extensions
Constants
- kAppDefaultBorderRadius → const double
- kAppDefaultElevation → const double
- kBottomContentSpacing → const Spacing
- kGridSpacer → const double
- kLGAll → const EdgeInsets
- kLGBottom → const EdgeInsets
- kLGHorizontal → const EdgeInsets
- kLGLeft → const EdgeInsets
- kLGRight → const EdgeInsets
- kLGSize → const double
- kLGSpacing → const Spacing
- kLGTop → const EdgeInsets
- kLGVertical → const EdgeInsets
- kMDSize → const double
- kMDSpacing → const Spacing
- kSAll → const EdgeInsets
- kSBottom → const EdgeInsets
- kSHorizontal → const EdgeInsets
- kSLeft → const EdgeInsets
- kSMAll → const EdgeInsets
- kSMBottom → const EdgeInsets
- kSMHorizontal → const EdgeInsets
- kSMLeft → const EdgeInsets
- kSMRight → const EdgeInsets
- kSMSize → const double
- kSMSpacing → const Spacing
- kSMTop → const EdgeInsets
- kSMVertical → const EdgeInsets
- kSpacing → const Spacing
- kSRight → const EdgeInsets
- kSTop → const EdgeInsets
- kSVertical → const EdgeInsets
- kXLAll → const EdgeInsets
- kXLBottom → const EdgeInsets
- kXLHorizontal → const EdgeInsets
- kXLLeft → const EdgeInsets
- kXLRight → const EdgeInsets
- kXLSize → const double
- kXLSpacing → const Spacing
- kXLTop → const EdgeInsets
- kXLVertical → const EdgeInsets
- kXSAll → const EdgeInsets
- kXSBottom → const EdgeInsets
- kXSHorizontal → const EdgeInsets
- kXSLeft → const EdgeInsets
- kXSRight → const EdgeInsets
- kXSSize → const double
- kXSSpacing → const Spacing
- kXSTop → const EdgeInsets
- kXSVertical → const EdgeInsets
- kXXLAll → const EdgeInsets
- kXXLBottom → const EdgeInsets
- kXXLHorizontal → const EdgeInsets
- kXXLLeft → const EdgeInsets
- kXXLRight → const EdgeInsets
- kXXLSize → const double
- kXXLSpacing → const Spacing
- kXXLTop → const EdgeInsets
- kXXLVertical → const EdgeInsets
- kXXSAll → const EdgeInsets
- kXXSBottom → const EdgeInsets
- kXXSHorizontal → const EdgeInsets
- kXXSLeft → const EdgeInsets
- kXXSRight → const EdgeInsets
- kXXSSize → const double
- kXXSSpacing → const Spacing
- kXXSTop → const EdgeInsets
- kXXSVertical → const EdgeInsets
Properties
- kSpacer ↔ DimensionUtils
-
getter/setter pair
Functions
-
and<
T> (List< PredicateFn< predicates) → PredicateFn<T> >T> -
not<
T> (List< PredicateFn< predicates) → PredicateFn<T> >T> -
or<
T> (List< PredicateFn< predicates) → PredicateFn<T> >T>
Typedefs
-
PredicateFn<
T> = bool Function(T value)