FastRowView constructor
FastRowView({
- required String title,
- Widget? trail,
- Widget? left,
- Widget? prefix,
- BuildContext? context,
- VoidCallback? onTap,
- double height = 60.0,
- EdgeInsets margin = EdgeInsets.zero,
- EdgeInsets padding = const EdgeInsets.only(left: 15, right: 10.0),
- TextStyle? style,
Implementation
FastRowView({
required this.title,
this.hiddenRightArrow = false,
this.trail,
this.left,
this.prefix,
this.context,
this.onTap,
this.height = 60.0,
this.margin = EdgeInsets.zero,
this.hiddenDivider = false,
this.padding = const EdgeInsets.only(left: 15, right: 10.0),
this.style,
});