morphSwitchSizes top-level constant
Implementation
const Map<SwitcherSize, SizeProperties> morphSwitchSizes = {
SwitcherSize.xSmall: SizeProperties(
thumbRadius: 18.0,
height: 40.0,
width: 70.0,
),
SwitcherSize.small: SizeProperties(
thumbRadius: 20.0,
height: 45.0,
width: 80.0,
),
SwitcherSize.medium: SizeProperties(
thumbRadius: 20.0,
height: 50.0,
width: 90.0,
),
SwitcherSize.large: SizeProperties(
thumbRadius: 26.0,
height: 60.0,
width: 110.0,
),
SwitcherSize.xLarge: SizeProperties(
thumbRadius: 26.0,
height: 65.0,
width: 115.0,
),
SwitcherSize.xxLarge: SizeProperties(
thumbRadius: 28.0,
width: 120.0,
height: 65.0,
),
};