M3EButtonTheme constructor

const M3EButtonTheme({
  1. double focusRingWidth = 2,
  2. double focusRingGap = M3EButtonConstants.kFocusRingGap,
  3. double minWidthFloor = 48,
  4. double dividerHeight = 24,
  5. double connectedInnerRadius = 8,
  6. double connectedPressedInnerRadius = 4,
})

M3EButtonTheme.

Implementation

const M3EButtonTheme({
  this.focusRingWidth = 2,
  this.focusRingGap = M3EButtonConstants.kFocusRingGap,
  this.minWidthFloor = 48,
  this.dividerHeight = 24,
  this.connectedInnerRadius = 8,
  this.connectedPressedInnerRadius = 4,
});