ml property
EdgeInsets
get
ml
Left margin EdgeInsets.
Example:
8.ml; // EdgeInsets.only(left: 8)
Implementation
EdgeInsets get ml => EdgeInsets.only(left: toDouble());
Left margin EdgeInsets.
Example:
8.ml; // EdgeInsets.only(left: 8)
EdgeInsets get ml => EdgeInsets.only(left: toDouble());