computeErrorEdgeInsets static method
Implementation
static EdgeInsets computeErrorEdgeInsets(String type, bool isRequire) {
return const EdgeInsets.only(
left: 20,
top: 4,
);
}
static EdgeInsets computeErrorEdgeInsets(String type, bool isRequire) {
return const EdgeInsets.only(
left: 20,
top: 4,
);
}