RRulePickerSpacing.defaults constructor

const RRulePickerSpacing.defaults({
  1. double row = 8.0,
  2. double column = 8.0,
})

Creates a new RRulePickerSpacing with the default spacing values.

All parameters are optional and can be null, in which case default values will be used.

Implementation

const RRulePickerSpacing.defaults({this.row = 8.0, this.column = 8.0});