MaterialRadius constructor

MaterialRadius({
  1. double xs = 2,
  2. double small = 4,
  3. double medium = 6,
  4. double large = 8,
})

Implementation

MaterialRadius(
    {this.xs = 2, this.small = 4, this.medium = 6, this.large = 8});