NumExtension extension

Extension Methods & Widgets for the numbers

on

Properties

heightBox Widget
no setter
isEven bool
Returns if the number is even
no setter
isNegative bool
Returns if the number is negative
no setter
isOdd bool
Returns if the number is odd
no setter
isPositive bool
Returns if the number is positive
no setter
numberOfDigits int
Returns number of digits in this number
no setter
squareBox Widget
no setter
text FxTextBuilder
Get Text Widget for the String
no setter
widthBox Widget
Widgets
no setter

Methods

toDoubleStringAsFixed({int digit = 2}) String