Use the correct rich text controller for each platform to avoid errors
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -3,8 +3,6 @@ import 'package:core/presentation/utils/responsive_utils.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class VacationUtils {
|
||||
static const String vacationTagName = 'Vacation';
|
||||
|
||||
static EdgeInsets getPaddingView(BuildContext context, ResponsiveUtils responsiveUtils) {
|
||||
if (responsiveUtils.isDesktop(context)) {
|
||||
return const EdgeInsets.symmetric(vertical: 24, horizontal: 20);
|
||||
|
||||
Reference in New Issue
Block a user