example library

Extensions

GaanaExtension on BuildContext
Extension on BuildContext so you can easily retrieve the notifier.

Constants

exampleGreetings → const List<String>

Properties

exampleUsers List<String>
final

Functions

buildStyledButton({required BuildContext context, required String label, required VoidCallback onPressed, Color? backgroundColor, Color? foregroundColor, TextStyle? textStyle}) ElevatedButton
A reusable function that builds a styled ElevatedButton.

Typedefs

GaanaCallback = void Function()