Answers for "how to disable the line under the textfeild"

0

how to disable the line under the textfeild

InputDecoration(
    border: InputBorder.none,
    hintText: 'Username',
  ),
),
Posted by: Guest on September-14-2021

Code answers related to "how to disable the line under the textfeild"

Browse Popular Code Answers by Language