leadingIndent method

double leadingIndent(
  1. BuildContext context
)

Implementation

double leadingIndent(BuildContext context) {
  return 40.0;
}