UseAlign constructor

const UseAlign()

Implementation

const UseAlign()
  : super(
      code: const LintCode(
        name: ruleName,
        problemMessage:
            'Use Align widget instead of the Container widget with only the alignment parameter',
      ),
    );