BaseTagListView constructor
const
BaseTagListView({
- Key? key,
- EdgeInsetsGeometry contentPadding = const EdgeInsets.symmetric(horizontal: 3),
- double spacing = 10.0,
- double runSpacing = 5.0,
- Color? color,
- BorderRadiusGeometry? borderRadius,
- double borderWidth = 0.5,
- required List<
Widget> children,
Implementation
const BaseTagListView(
{super.key,
this.contentPadding = const EdgeInsets.symmetric(horizontal: 3),
this.spacing = 10.0,
this.runSpacing = 5.0,
this.color,
this.borderRadius,
this.borderWidth = 0.5,
required this.children});