bjcustometext 0.0.3 copy "bjcustometext: ^0.0.3" to clipboard
bjcustometext: ^0.0.3 copied to clipboard

Make a nice Fields just use BJ Packages

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",

      ),
    );
  }

}
0
likes
105
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

Make a nice Fields just use BJ Packages

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on bjcustometext