bjcustometext

Creator: coderz1093

Last updated:

0 purchases

bjcustometext Image
bjcustometext Images

Languages

Categories

Add to Cart

Description:

bjcustometext

Getting started #
A Widget that wraps a TextFormField widget for the puspose of decorating it with a border and radiused corners that can be easily adjusted for TextFormFields that need to be placed against one another.
Usage #
/example folder.
import 'package:flutter/material.dart';
class HomePage extends StatelessWidget{
var namecontroller=TextEditingController();
@override
Widget build(BuildContext context) {
// TODO: implement build
return Scaffold(
body: BJAppTextFormField(
controller: namecontroller,
autofocus: true,
keyboardType: TextInputType.name,
textInputAction: TextInputAction.next,
labelText: "Enter Name",

),
);
}

}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.