Common layout helper widgets shared among kitsune apps
import 'package:constants/constants.dart';
ResponsiveCenter(
maxContentWidth: Breakpoint.small,
padding: const EdgeInsets.symmetric(
horizontal: Sizes.p12,
),
child: c,
)