IntExtensions extension
- on
-
- int?
Properties
- days → Duration
-
Available on int?, provided by the IntExtensions extension
Returns days durationno setter - dynamicHeight → double
-
Available on int?, provided by the IntExtensions extension
no setter - dynamicWidth → double
-
Available on int?, provided by the IntExtensions extension
no setter - height → Widget
-
Available on int?, provided by the IntExtensions extension
Leaves given height of spaceno setter - hours → Duration
-
Available on int?, provided by the IntExtensions extension
Returns hours durationno setter - microseconds → Duration
-
Available on int?, provided by the IntExtensions extension
Returns microseconds duration 5.microsecondsno setter - milliseconds → Duration
-
Available on int?, provided by the IntExtensions extension
Returns milliseconds durationno setter - minutes → Duration
-
Available on int?, provided by the IntExtensions extension
Returns minutes durationno setter - seconds → Duration
-
Available on int?, provided by the IntExtensions extension
Returns seconds durationno setter - size → Size
-
Available on int?, provided by the IntExtensions extension
Returns Sizeno setter - width → Widget
-
Available on int?, provided by the IntExtensions extension
Leaves given width of spaceno setter
Methods
-
borderRadius(
[double? val]) → BorderRadius -
Available on int?, provided by the IntExtensions extension
-
isBetween(
num first, num second) → bool -
Available on int?, provided by the IntExtensions extension
Returns if a number is betweenfirst
andsecond
-
isSuccessful(
) → bool -
Available on int?, provided by the IntExtensions extension
HTTP status code -
toMonthDaySuffix(
) → String -
Available on int?, provided by the IntExtensions extension
-
toMonthName(
{bool isHalfName = false}) → String -
Available on int?, provided by the IntExtensions extension
-
toWeekDay(
{bool isHalfName = false}) → String -
Available on int?, provided by the IntExtensions extension
-
validate(
{int value = 0}) → int -
Available on int?, provided by the IntExtensions extension
Validate given int is not null and returns given value if null.