UsePadding constructor

const UsePadding()

Implementation

const UsePadding()
  : super(
      code: const LintCode(
        name: ruleName,
        problemMessage:
            'Use Padding widget instead of the Container widget with only the margin parameter',
      ),
    );