CupertinoButtonSize
Inherits: Enum
Preset size style for CupertinoButton.
Influences defaults such as minimum size, padding, border radius, and text style.
Properties
-
LARGE–Classic large Cupertino button style.
-
MEDIUM–Medium button style with regular text and balanced sizing.
-
SMALL–Compact button style with smaller text and tighter sizing.
Properties#
LARGE = 'large'
class-attribute
instance-attribute
#
Classic large Cupertino button style.
MEDIUM = 'medium'
class-attribute
instance-attribute
#
Medium button style with regular text and balanced sizing.
SMALL = 'small'
class-attribute
instance-attribute
#
Compact button style with smaller text and tighter sizing.