marginBottom property

double? marginBottom

Implementation

double? get marginBottom => _marginBottom ?? marginVertical ?? marginValue;
void marginBottom=(double? value)

Implementation

set marginBottom(double? value) => _marginBottom = value;