marginBottom property
double?
get
marginBottom
Implementation
double? get marginBottom => _marginBottom ?? marginVertical ?? marginValue;
set
marginBottom
(double? value)
Implementation
set marginBottom(double? value) => _marginBottom = value;