NumExtensions extension

Num extension to entend num functionality

on

Properties

days Duration
Returns Duration of this in days.
no setter
hours Duration
Returns Duration of this in hours.
no setter
microseconds Duration
Returns Duration of this in microseconds.
no setter
milliseconds Duration
Returns Duration of this in milliseconds.
no setter
minutes Duration
Returns Duration of this in minutes.
no setter
seconds Duration
Returns Duration of this in seconds.
no setter

Methods

hBox([Widget? child]) SizedBox
Create Fixed size height box
squareBox([Widget? child]) SizedBox
Creates a fixed sqaure size box.
wBox([Widget? child]) SizedBox
Create Fixed size width box