Button 按钮

使用范例

import 'package:flutter_vant_kit/main.dart';

NButton(
  text: "按钮",
  type: "primary",
  ...
),

更多例子请参考Demo

API

Last updated