TF-691 Support change focus input field by TAB key on web keyboard
This commit is contained in:
@@ -109,11 +109,13 @@ Widget buildTextButton(String text, {
|
||||
EdgeInsets? padding,
|
||||
double? radius,
|
||||
IconWebCallback? onTap,
|
||||
FocusNode? focusNode,
|
||||
}) {
|
||||
return SizedBox(
|
||||
width: width ?? double.infinity,
|
||||
height: height ?? 40,
|
||||
child: ElevatedButton(
|
||||
focusNode: focusNode,
|
||||
style: ButtonStyle(
|
||||
backgroundColor: MaterialStateProperty.resolveWith((states) => backgroundColor ?? AppColor.colorTextButton),
|
||||
elevation: MaterialStateProperty.resolveWith((states) => 0),
|
||||
|
||||
Reference in New Issue
Block a user