AAGridTemplate constructor
AAGridTemplate({})
Implementation
AAGridTemplate({
required this.title,
required this.buttons,
this.emptyViewTitleVariants,
this.tabTitle,
this.systemIcon,
this.iconUrl,
}) : _elementId = const Uuid().v4();