AAGridButton constructor
AAGridButton({})
Implementation
AAGridButton({
required this.titleVariants,
this.image,
this.loadingMessage,
this.onPress,
}) : assert(titleVariants.isNotEmpty, 'titleVariants must not be empty'),
_elementId = const Uuid().v4();