NextUtils class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
getAllColValues(String sizes)
→ Map<String, int>
-
Get values from string
-
getAllOffsetsValue(String sizes)
→ Map<String, int>
-
Get offsets values from string
-
getInitialOffsets()
→ Map<String, int>
-
Get Initial offsets
-
getInitialOrders()
→ Map<String, int>
-
Get Initial Orders
-
getInitialRatios()
→ Map<String, int>
-
Get Initial ratios
-
getInitialVisibilityMap()
→ Map<String, bool>
-
Get Initial Visibility Map
-
getMaxWidth(String sizes, {required BuildContext context, bool isOffset = false, double? width})
→ double
-
Returns what is the current prefix based on width
-
getMaxWidthForNonFluid(double width)
→ double
-
Returns the width for non-fluid containers based on a given width
-
getPrefixByWidth(double width)
→ String
-
Returns what is the current prefix based on width
-
getPrefixEnumByWidth(double width)
→ GridPrefixes
-
Returns Current GridPrefix
-
organizeSizeOrders(String orders, {Map<String, bool>? hiddenMap})
→ List<String>
-