pull/219/head
Sultan khan 1 day ago
parent c970a3f697
commit 287dcf3482

@ -34,7 +34,7 @@ android {
defaultConfig {
applicationId = "com.cloudsolutions.HMGPatientApp"
// minSdk = 24
minSdk = 26
minSdk = 29
targetSdk = 35
compileSdk = 36
// targetSdk = flutter.targetSdkVersion

@ -143,12 +143,7 @@ class _RateAppointmentDoctorState extends State<RateAppointmentDoctor> {
maxLines: 4,
decoration: InputDecoration.collapsed(
hintText: LocaleKeys.notes.tr(context: context),
hintStyle: TextStyle(
fontSize: 16,
fontWeight: FontWeight.w600,
color: Color(0xff2B353E),
letterSpacing: -0.64,
height: 23 / 16)),
),
onChanged: (value) {
setState(() {
note = value;

Loading…
Cancel
Save