GutterTheme constructor

const GutterTheme({
  1. double small = 8,
  2. double medium = 16,
  3. double large = 24,
})

Implementation

const GutterTheme({
  this.small = 8,
  this.medium = 16,
  this.large = 24,
});