|
|
|
@ -40,7 +40,10 @@ class MissingVoiceButton extends StatelessWidget {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
padding: const EdgeInsets.all(8),
|
|
|
|
padding: const EdgeInsets.all(8),
|
|
|
|
margin: const EdgeInsets.only(top: 8),
|
|
|
|
margin: const EdgeInsets.only(top: 8),
|
|
|
|
|
|
|
|
child: SizedBox(
|
|
|
|
|
|
|
|
width: AppConfig.toolbarMinWidth,
|
|
|
|
child: Column(
|
|
|
|
child: Column(
|
|
|
|
|
|
|
|
mainAxisSize: MainAxisSize.min,
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
@ -58,6 +61,7 @@ class MissingVoiceButton extends StatelessWidget {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|