OperatorCard<T> constructor
const
OperatorCard<T> ({
- Key? key,
- required T title,
- bool isRequired = false,
- bool isSepateLine = true,
- Widget? trailing,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? containPadding,
- EdgeInsetsGeometry? separateMargin,
- EdgeInsetsGeometry? contentPadding,
- BoxDecoration? decoration,
- Widget? child,
- AlignmentGeometry? alignment,
Implementation
const OperatorCard({
Key? key,
required this.title,
this.isRequired = false,
this.isSepateLine = true,
this.trailing,
this.margin,
this.containPadding,
this.separateMargin,
this.contentPadding,
this.decoration,
this.child,
this.alignment,
}) : super(key: key);