example02 library

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.