Panel
Example
import 'package:flutter_vant_kit/main.dart';
Panel(
title: "Title",
desc: "Description",
...
)
More examples please refer Demo
API
Attribute
Description
Type
Default
title
Title
String
-
desc
Description
String
-
status
Status
String
-
body
Custom content
Widget
-
footer
Custom footer
Widget
-
Last updated
Was this helpful?