show static method
Implementation
static Future show(BuildContext context,
{Size? ovalSize, String? hint, TextStyle? hintStyle}) {
return Navigator.push(
context,
MaterialPageRoute(builder: (context) => FaceCollectScreen()),
);
}
static Future show(BuildContext context,
{Size? ovalSize, String? hint, TextStyle? hintStyle}) {
return Navigator.push(
context,
MaterialPageRoute(builder: (context) => FaceCollectScreen()),
);
}