|
|
|
@ -41,14 +41,16 @@ class InlineTooltip extends StatelessWidget {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
const SizedBox(width: 8),
|
|
|
|
const SizedBox(width: 8),
|
|
|
|
// Text in the middle
|
|
|
|
// Text in the middle
|
|
|
|
Center(
|
|
|
|
Flexible(
|
|
|
|
child: Text(
|
|
|
|
child: Center(
|
|
|
|
instructionsEnum.body(L10n.of(context)!),
|
|
|
|
child: Text(
|
|
|
|
style: TextStyle(
|
|
|
|
instructionsEnum.body(L10n.of(context)!),
|
|
|
|
color: Theme.of(context).colorScheme.onSurface,
|
|
|
|
style: TextStyle(
|
|
|
|
height: 1.5,
|
|
|
|
color: Theme.of(context).colorScheme.onSurface,
|
|
|
|
|
|
|
|
height: 1.5,
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
textAlign: TextAlign.left,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
textAlign: TextAlign.left,
|
|
|
|
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
// Close button on the right
|
|
|
|
// Close button on the right
|
|
|
|
|