card property

CardTheme get card

Card基础样式

Implementation

static CardTheme get card => CardTheme(
      elevation: 0,
      margin: EdgeInsets.symmetric(horizontal: 12.w),
      shape: RoundedRectangleBorder(
        borderRadius: BorderRadius.circular(Dimens.roundCornerRadius),
      ),
    );