newDivider function

dynamic newDivider()

Implementation

newDivider() {
  return const Divider(
    color: dividerColor,
    thickness: 2.0,
  );
}