FlickerSubTitle constructor
FlickerSubTitle({
- Key? key,
- required String labelText,
- EdgeInsetsGeometry padding = const EdgeInsets.only(top: 24.0),
- Color? color,
Implementation
FlickerSubTitle({
Key? key,
required this.labelText,
this.padding = const EdgeInsets.only(
top: 24.0,
),
this.color,
}) : super(key: key);