collect library

Classes

ActionIcon
AppTheme
ArrowDownIntent
ArrowUpIntent
Bases
Blank
Colour<P>
Colours
Empty
EnterIntent
Fifth
First
Fourth
InsetBoxShadow
InsetShadowShapeDecoration
A shape decoration that supports inset shadows by adding InsetBoxShadow instances to the shadows prop.
Moment
Part
Period
Radix
RenderMenuBody
Second
SidebarGroup
SidebarItem
SizeConfig
Model class for Size Configurations
Strings
A set of String utility functions that aim to extend the set of functions available the core String class as well as provding safe methods when working with nullable Strings. A Strings method will never thrown an NPE and aims to provide the expected result by treating the null as an empty String or a space filled String where a range access is applied.
StringType
Style
StyledBox
TabView
Third
Transform
Word

Enums

Pad
Control the padding on functions that allow the result to be padded.
Side
SidebarPosition

Extensions

Double on double?
Int on int?
Num on num?
Safe on Strings
StringEx on String
Provides a set of extensions for the core String class.

Constants

A → const String
AM/PM
a → const String
AM/PM (Lowercase)
alphaMask → const int
alphaNumMask → const int
ascii → const List<int>
asciiEnd → const int
asciiStart → const int
At → const String
at → const String
backSlash → const String
c0End → const int
c0Start → const int
colon → const String
comma → const String
D → const String
Day of Month
dash → const String
dateNumeric → const String
Date (Numeric)
DD → const String
Day of Month (Padded)
ddd → const String
Day of Week (Short)
dddd → const String
Day of Week (Full)
defaultFormatStyle → const List<String>
demoContent → const Map<String, Widget>
Absolute barebone basic map of five tabs for testing
digitMask → const int
Do → const String
Day of Month (Ordinal)
dot → const String
H → const String
Hour (24-Hour Clock)
h → const String
Hour (12-Hour Clock)
HH → const String
Hour (24-Hour Clock, Padded)
hh → const String
Hour (12-Hour Clock, Full)
kDefaultHorizontalPadding → const double
kInputStartGap → const double
kMinimumWidth → const double
lowerMask → const int
M → const String
Month (Number)
m → const String
Minute
MM → const String
Month (Padded)
mm → const String
Minute (Long)
MMM → const String
Month (Short)
mmmm → const String
Month (Full)
Mo → const String
Month (Ordinal)
monthNames → const Map<int, String>
Of → const String
of → const String
s → const String
Second
semicolon → const String
slash → const String
space → const String
ss → const String
Second (Long)
T → const String
Time (12-Hour)
t → const String
Time (24-Hour)
The → const String
the → const String
underscoreMask → const int
unicodeEnd → const int
upperMask → const int
weekDayNames → const Map<int, String>
yy → const String
Year (Short)
yyyy → const String
Year (Full)

Typedefs

AnimationBuilder = Widget Function(BuildContext context, Animation<double> animation, Widget child)
FilterCallback<T> = List<MenuEntry<T>> Function(List<MenuEntry<T>> entries, String filter)
SearchCallback<T> = int? Function(List<MenuEntry<T>> entries, String query)