@Demo(group: 'button') TDButton _buildPrimaryFillButton(BuildContext context) { return const TDButton( text: '填充按钮', size: TDButtonSize.large, type: TDButtonType.fill, shape: TDButtonShape.rectangle, theme: TDButtonTheme.primary, ); }