remove outline
This commit is contained in:
parent
ca544082ba
commit
b6fbfd5756
@ -230,12 +230,9 @@ class LoginScreenState extends State<LoginScreen> {
|
|||||||
shape: MaterialStateProperty.all<
|
shape: MaterialStateProperty.all<
|
||||||
RoundedRectangleBorder>(
|
RoundedRectangleBorder>(
|
||||||
const RoundedRectangleBorder(
|
const RoundedRectangleBorder(
|
||||||
borderRadius:
|
borderRadius: BorderRadius.all(
|
||||||
BorderRadius.all(
|
Radius.circular(12)),
|
||||||
Radius.circular(
|
))),
|
||||||
12)),
|
|
||||||
side: BorderSide(
|
|
||||||
color: Colors.red)))),
|
|
||||||
onPressed: () {},
|
onPressed: () {},
|
||||||
child: Text(
|
child: Text(
|
||||||
"login".i18n,
|
"login".i18n,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user