cardWidget property

  1. @Doc(message: '卡片组件')
Widget cardWidget

Implementation

@Doc(message: '卡片组件')
Widget get cardWidget => Card(
      child: this,
    );