GNStatusView constructor
const
GNStatusView({
- Key? key,
- required String title,
- double? fontSize,
- EdgeInsets? padding,
- Color? color,
Implementation
const GNStatusView({super.key, required this.title, this.fontSize, this.padding, this.color});