ModulaSpacing constructor

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

Implementation

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