You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aku_new_community/lib/widget/picker/identify_card_picker.dart

20 lines
484 B

import 'package:aku_community/base/base_style.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:velocity_x/velocity_x.dart';
class IdentifyCardPicker {
static front() {
return Column(
children: [
'上传身份证正面'.text.size(28.sp).color(ktextPrimary).make(),
24.w.heightBox,
Container(
width: 350.w,
height: 220.w,
)
],
);
}
}