Num extension

on

Properties

circularRadius BorderRadius
no setter
dateTime DateTime
no setter
formatted String
no setter
half double
no setter
oneHalf double
no setter
radius Radius
no setter
random int
Returns random integer less than number
no setter
roundCorner double
no setter
roundRadius BorderRadius
no setter
twice double
no setter

Methods

circularBox({Color? color}) BoxDecoration
formatCurrency([int? fractionDigits]) String
formatDecimal([int? fractionDigits]) String
formatWith({String? zero, String? zeroReplace, String? one, String? oneReplace, String? many, String? manyReplace, String? other, String? otherReplace, String? all, String? allReplace}) String?
inRange(int start, int end) bool
padLeft(int width, {String withPadding = "0", bool doIf = true}) String
repeatsFor<T>(Function apply) → void
repeatsForIndexed<T>(dynamic apply(int i)) → void
roundBox({Color? color}) BoxDecoration
toRange(int end) List<int>