S360fDependantPersonCard constructor
const
S360fDependantPersonCard({
- required String name,
- required int age,
- required int dependingYears,
- AvatarType avatarType = AvatarType.femaleChild,
- VoidCallback? onTap,
- bool isSelected = false,
- EdgeInsets? padding,
- double? width,
- double? height,
- Color? backgroundColor,
- Color? borderColor,
- BorderRadius? borderRadius,
- Key? key,
Implementation
const S360fDependantPersonCard({
required this.name,
required this.age,
required this.dependingYears,
this.avatarType = AvatarType.femaleChild,
this.onTap,
this.isSelected = false,
this.padding,
this.width,
this.height,
this.backgroundColor,
this.borderColor,
this.borderRadius,
super.key,
});