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