inserido o progress indicator
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:rkm/widgets/title_input.dart';
|
||||
import '../config/color_palette.dart';
|
||||
import 'error_default.dart';
|
||||
import 'input_text.dart';
|
||||
@@ -53,11 +54,11 @@ class InputWithSubtitle extends StatelessWidget {
|
||||
// fontWeigth: FontWeight.bold,
|
||||
// ),
|
||||
// ),
|
||||
TitleInput(title:labelInput),
|
||||
InputText(
|
||||
controller: controller,
|
||||
width: widthInput,
|
||||
hint: hintInput,
|
||||
label: labelInput,
|
||||
title: hintInput,
|
||||
enabled: enabled,
|
||||
textInputType: textInputType,
|
||||
maxLines:maxLines,
|
||||
|
||||
Reference in New Issue
Block a user