|
|
|
@ -41,7 +41,8 @@ class InlineTooltip extends StatelessWidget {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
const SizedBox(width: 8),
|
|
|
|
const SizedBox(width: 8),
|
|
|
|
// Text in the middle
|
|
|
|
// Text in the middle
|
|
|
|
Center(
|
|
|
|
Flexible(
|
|
|
|
|
|
|
|
child: Center(
|
|
|
|
child: Text(
|
|
|
|
child: Text(
|
|
|
|
instructionsEnum.body(L10n.of(context)!),
|
|
|
|
instructionsEnum.body(L10n.of(context)!),
|
|
|
|
style: TextStyle(
|
|
|
|
style: TextStyle(
|
|
|
|
@ -51,6 +52,7 @@ class InlineTooltip extends StatelessWidget {
|
|
|
|
textAlign: TextAlign.left,
|
|
|
|
textAlign: TextAlign.left,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
),
|
|
|
|
// Close button on the right
|
|
|
|
// Close button on the right
|
|
|
|
IconButton(
|
|
|
|
IconButton(
|
|
|
|
constraints: const BoxConstraints(),
|
|
|
|
constraints: const BoxConstraints(),
|
|
|
|
|