KevinSectionStyle constructor

const KevinSectionStyle({
  1. required KevinUiFont titleLabelFont,
})

Implementation

const KevinSectionStyle({
  required this.titleLabelFont,
});