LedgerIconButton constructor
const
LedgerIconButton({
- Key? key,
- required String assetPath,
- LedgerIconButtonSize size = LedgerIconButtonSize.large,
- void onPressed(
- BuildContext context
- Color? iconColor,
- required String semanticsLabel,
- required String trackLabel,
- BorderRadius? borderRadius,
- Color? color,
- EdgeInsets? padding,
- BoxBorder? border,
- double? bgOpacity,
- String? package,
- double? dimension,
Implementation
const LedgerIconButton({
super.key,
required this.assetPath,
this.size = LedgerIconButtonSize.large,
this.onPressed,
this.iconColor,
required this.semanticsLabel,
required this.trackLabel,
this.borderRadius,
this.color,
this.padding,
this.border,
this.bgOpacity,
this.package,
this.dimension,
});