JobSimpleTextField constructor
Implementation
const JobSimpleTextField(
{super.key,
required this.canonicalLabel,
required this.hintLabel,
this.trailingChild,
this.leadingChild,
required this.onChanged,
this.validator});
const JobSimpleTextField(
{super.key,
required this.canonicalLabel,
required this.hintLabel,
this.trailingChild,
this.leadingChild,
required this.onChanged,
this.validator});