topPadding property

double topPadding

Implementation

double get topPadding => _top.value;
void topPadding=(double value)

Implementation

set topPadding(double value) => _top.value = value;