defaultButtonConfig property

ButtonConfig defaultButtonConfig
getter/setter pair

按钮配置

Implementation

static ButtonConfig defaultButtonConfig = ButtonConfig(
  bigButtonRadius: 6.0,
  bigButtonHeight: 48.0,
  bigButtonFontSize: 16.0,
  smallButtonRadius: 4.0,
  smallButtonHeight: 32.0,
  smallButtonFontSize: 14.0,
  configId: PHOENIX_CONFIG_ID,
);