LdTagWarning constructor
LdTagWarning({})
Implementation
LdTagWarning({
Key? key,
required Widget child,
LdColor? color,
Function? onDismiss,
LdSize size = LdSize.m,
required BuildContext context,
}) : super(
key: key,
child: child,
color: LdTheme.of(context).warning,
onDismiss: onDismiss,
size: size);