buttonsGap property

double buttonsGap

Implementation

double get buttonsGap => _buttonsGap;
void buttonsGap=(double value)

Implementation

set buttonsGap(double value) {
  _buttonsGap = value >= 0 ? value : 0;
}