IntExtensions extension
- on
-
- int?
Properties
- height → SizedBox
-
Available on int?, provided by the IntExtensions extension
SizedBox için kısayolno setter - isNegative → bool
-
Available on int?, provided by the IntExtensions extension
no setter - isNotNullOrZero → bool
-
Available on int?, provided by the IntExtensions extension
no setter - isNullOrZero → bool
-
Available on int?, provided by the IntExtensions extension
no setter - isPositive → bool
-
Available on int?, provided by the IntExtensions extension
no setter - width → SizedBox
-
Available on int?, provided by the IntExtensions extension
no setter
Methods
-
absValue(
) → int -
Available on int?, provided by the IntExtensions extension
-
add(
int value) → int -
Available on int?, provided by the IntExtensions extension
-
clampValue(
int min, int max) → int -
Available on int?, provided by the IntExtensions extension
-
divide(
int value) → double -
Available on int?, provided by the IntExtensions extension
-
equalTo(
int value) → bool -
Available on int?, provided by the IntExtensions extension
-
greaterThan(
int value) → bool -
Available on int?, provided by the IntExtensions extension
-
lessThan(
int value) → bool -
Available on int?, provided by the IntExtensions extension
-
multiply(
int value) → int -
Available on int?, provided by the IntExtensions extension
-
subtract(
int value) → int -
Available on int?, provided by the IntExtensions extension
-
toCurrency(
{String locale = 'en_US', String symbol = '\$'}) → String -
Available on int?, provided by the IntExtensions extension
-
toCurrencyString(
{String locale = 'en_US', String symbol = '\$'}) → String -
Available on int?, provided by the IntExtensions extension
-
toDoubleSafe(
{double defaultValue = 0.0}) → double -
Available on int?, provided by the IntExtensions extension
-
toPaddedString(
int length, {String padChar = '0'}) → String -
Available on int?, provided by the IntExtensions extension
-
toPercent(
) → String -
Available on int?, provided by the IntExtensions extension
-
toPercentString(
) → String -
Available on int?, provided by the IntExtensions extension
-
toStr(
) → String -
Available on int?, provided by the IntExtensions extension