ApplicationSection constructor
ApplicationSection({})
Implementation
ApplicationSection(
{required this.id,
required this.title,
required this.icon,
required this.route,
required this.builder,
required this.requiresAuthentication});