GNStatusView constructor

const GNStatusView({
  1. Key? key,
  2. required String title,
  3. double? fontSize,
  4. EdgeInsets? padding,
  5. Color? color,
  6. TextAlign? align,
})

Implementation

const GNStatusView({super.key, required this.title, this.fontSize, this.padding, this.color, this.align});