Commit fcf5541b authored by Budi Prasetyo's avatar Budi Prasetyo
parents f75d6ced 0d0bbf61
...@@ -295,6 +295,7 @@ class _UserControlState extends State<UserControl> { ...@@ -295,6 +295,7 @@ class _UserControlState extends State<UserControl> {
borderRadius: borderRadius:
BorderRadius.circular(5.0), BorderRadius.circular(5.0),
)), )),
readOnly: true,
validator: validator:
(value) { (value) {
if (value == if (value ==
...@@ -363,6 +364,7 @@ class _UserControlState extends State<UserControl> { ...@@ -363,6 +364,7 @@ class _UserControlState extends State<UserControl> {
textAlign: textAlign:
TextAlign TextAlign
.start, .start,
readOnly: true,
validator: validator:
(value) { (value) {
if (value == if (value ==
...@@ -444,6 +446,7 @@ class _UserControlState extends State<UserControl> { ...@@ -444,6 +446,7 @@ class _UserControlState extends State<UserControl> {
textAlign: textAlign:
TextAlign TextAlign
.start, .start,
readOnly: true,
validator: validator:
(value) { (value) {
if (value == if (value ==
...@@ -525,6 +528,7 @@ class _UserControlState extends State<UserControl> { ...@@ -525,6 +528,7 @@ class _UserControlState extends State<UserControl> {
textAlign: textAlign:
TextAlign TextAlign
.start, .start,
readOnly: true,
validator: validator:
(value) { (value) {
if (value == if (value ==
...@@ -605,6 +609,7 @@ class _UserControlState extends State<UserControl> { ...@@ -605,6 +609,7 @@ class _UserControlState extends State<UserControl> {
textAlign: textAlign:
TextAlign TextAlign
.start, .start,
readOnly: true,
validator: validator:
(value) { (value) {
if (value == if (value ==
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment